Html Css Color HEX #A88231 Reef Gold

📋 copy color: '#A88231'

red 168 ◦ green 130 ◦ blue 49

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

Shades of Reef Gold #A88231

Tints of Reef Gold #A88231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

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

R = 48.41%
G = 37.46%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A88231 (or 0xA88231) is known color: Reef Gold. HEX triplet: A8, 82 and 31. RGB value is (168,130,49). Sum of RGB (Red+Green+Blue) = 168+130+49=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A88231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88231 is #577DCE. Grayscale: #848484. Windows color (decimal): -5733839 or 3244712. OLE color: 3244712.

HSL color Cylindrical-coordinate representation of color #A88231: hue angle of 40.84º 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 #A88231 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 49 -
CMYK 0 0.23 0.71 0.34
HSL 40.84º 0.55% 0.43% -
HSV(B) 40.84º 0.71% 0.66% -
XYZ 24.69 24.51 6.34 -
YUV 132.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 168 130 49 0 0.23 0.71 0.34 40.84 0.55 0.43
Hex A8 82 31 0 17 47 22 29 37 2B
Octal 250 202 61 0 27 107 42 51 67 53
Binary 10101000 10000010 110001 0 10111 1000111 100010 101001 110111 101011

Color Harmonies of #A88231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88231

Black with #A88231

Text Example


Text Example

White with #A88231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88231; }

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

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

background-color css

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

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

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

border-color css

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

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

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