Html Css Color HEX #A28131 Reef Gold

📋 copy color: '#A28131'

red 162 ◦ green 129 ◦ blue 49

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

Shades of Reef Gold #A28131

Tints of Reef Gold #A28131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

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

R = 47.65%
G = 37.94%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A28131 (or 0xA28131) is known color: Reef Gold. HEX triplet: A2, 81 and 31. RGB value is (162,129,49). Sum of RGB (Red+Green+Blue) = 162+129+49=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A28131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28131 is #5D7ECE. Grayscale: #828282. Windows color (decimal): -6127311 or 3244450. OLE color: 3244450.

HSL color Cylindrical-coordinate representation of color #A28131: hue angle of 42.48º 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 #A28131 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 129 49 -
CMYK 0 0.20 0.70 0.36
HSL 42.48º 0.54% 0.41% -
HSV(B) 42.48º 0.7% 0.64% -
XYZ 23.3 23.6 6.23 -
YUV 129.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 162 129 49 0 0.20 0.70 0.36 42.48 0.54 0.41
Hex A2 81 31 0 14 46 24 2A 36 29
Octal 242 201 61 0 24 106 44 52 66 51
Binary 10100010 10000001 110001 0 10100 1000110 100100 101010 110110 101001

Color Harmonies of #A28131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28131

Black with #A28131

Text Example


Text Example

White with #A28131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28131; }

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

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

background-color css

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

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

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

border-color css

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

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

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