Html Css Color HEX #A28331 Reef Gold

📋 copy color: '#A28331'

red 162 ◦ green 131 ◦ blue 49

#A28331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A28331

Tints of Reef Gold #A28331

RGB

 RED value IS 162 (63.67% from 255) = 47.37%

 GREEN value IS 131 (51.56% from 255) = 38.3%

 BLUE value IS 49 (19.53% from 255) = 14.33%

R = 47.37%
G = 38.3%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A28331 (or 0xA28331) is known color: Reef Gold. HEX triplet: A2, 83 and 31. RGB value is (162,131,49). Sum of RGB (Red+Green+Blue) = 162+131+49=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A28331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28331 is #5D7CCE. Grayscale: #838383. Windows color (decimal): -6126799 or 3244962. OLE color: 3244962.

HSL color Cylindrical-coordinate representation of color #A28331: hue angle of 43.54º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A28331 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 49 -
CMYK 0 0.19 0.70 0.36
HSL 43.54º 0.54% 0.41% -
HSV(B) 43.54º 0.7% 0.64% -
XYZ 23.57 24.14 6.32 -
YUV 130.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 162 131 49 0 0.19 0.70 0.36 43.54 0.54 0.41
Hex A2 83 31 0 13 46 24 2C 36 29
Octal 242 203 61 0 23 106 44 54 66 51
Binary 10100010 10000011 110001 0 10011 1000110 100100 101100 110110 101001

Color Harmonies of #A28331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28331

Black with #A28331

Text Example


Text Example

White with #A28331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28331; }

 p { color: rgb(162,131,49); }

 H1.HeaderClassName
 {
   color: #A28331;
 }
 .AnyTagClassName
 {
   color: #A28331;
 }
</style>

background-color css

<style>
 a { background-color: #A28331; }

 a { background-color: rgb(162,131,49); }

 div.DivClassName
 {
   background-color: #A28331;
 }
 .BgClassName
 {
   background-color: #A28331;
 }
</style>

border-color css

<style>
 span { border-color: #A28331; }

 span { border-color: rgb(162,131,49); }

 td.TdClassName
 {
   border-color: #A28331;
 }
 .TagClassName
 {
   border-color: #A28331;
 }
</style>