Html Css Color HEX #A88331 Reef Gold

📋 copy color: '#A88331'

red 168 ◦ green 131 ◦ blue 49

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

Shades of Reef Gold #A88331

Tints of Reef Gold #A88331

RGB

 RED value IS 168 (66.02% from 255) = 48.28%

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

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

R = 48.28%
G = 37.64%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A88331 (or 0xA88331) is known color: Reef Gold. HEX triplet: A8, 83 and 31. RGB value is (168,131,49). Sum of RGB (Red+Green+Blue) = 168+131+49=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A88331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88331 is #577CCE. Grayscale: #858585. Windows color (decimal): -5733583 or 3244968. OLE color: 3244968.

HSL color Cylindrical-coordinate representation of color #A88331: hue angle of 41.34º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A88331 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 131 49 -
CMYK 0 0.22 0.71 0.34
HSL 41.34º 0.55% 0.43% -
HSV(B) 41.34º 0.71% 0.66% -
XYZ 24.82 24.78 6.38 -
YUV 132.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 168 131 49 0 0.22 0.71 0.34 41.34 0.55 0.43
Hex A8 83 31 0 16 47 22 29 37 2B
Octal 250 203 61 0 26 107 42 51 67 53
Binary 10101000 10000011 110001 0 10110 1000111 100010 101001 110111 101011

Color Harmonies of #A88331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88331

Black with #A88331

Text Example


Text Example

White with #A88331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88331; }

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

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

background-color css

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

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

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

border-color css

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

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

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