Html Css Color HEX #A88928 Reef Gold

📋 copy color: '#A88928'

red 168 ◦ green 137 ◦ blue 40

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

Shades of Reef Gold #A88928

Tints of Reef Gold #A88928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 48.7%
G = 39.71%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A88928 (or 0xA88928) is known color: Reef Gold. HEX triplet: A8, 89 and 28. RGB value is (168,137,40). Sum of RGB (Red+Green+Blue) = 168+137+40=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A88928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88928 is #5776D7. Grayscale: #878787. Windows color (decimal): -5732056 or 2656680. OLE color: 2656680.

HSL color Cylindrical-coordinate representation of color #A88928: hue angle of 45.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A88928 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 137 40 -
CMYK 0 0.18 0.76 0.34
HSL 45.47º 0.62% 0.41% -
HSV(B) 45.47º 0.76% 0.66% -
XYZ 25.48 26.37 5.75 -
YUV 135.21 74.27 151.39 -
System Red Green Blue C M Y K H S L
Decimal 168 137 40 0 0.18 0.76 0.34 45.47 0.62 0.41
Hex A8 89 28 0 12 4C 22 2D 3E 29
Octal 250 211 50 0 22 114 42 55 76 51
Binary 10101000 10001001 101000 0 10010 1001100 100010 101101 111110 101001

Color Harmonies of #A88928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88928

Black with #A88928

Text Example


Text Example

White with #A88928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88928; }

 p { color: rgb(168,137,40); }

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

background-color css

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

 a { background-color: rgb(168,137,40); }

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

border-color css

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

 span { border-color: rgb(168,137,40); }

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