Html Css Color HEX #A88B2D Reef Gold

📋 copy color: '#A88B2D'

red 168 ◦ green 139 ◦ blue 45

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

Shades of Reef Gold #A88B2D

Tints of Reef Gold #A88B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.49%

 BLUE value IS 45 (17.97% from 255) = 12.78%

R = 47.73%
G = 39.49%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A88B2D (or 0xA88B2D) is known color: Reef Gold. HEX triplet: A8, 8B and 2D. RGB value is (168,139,45). Sum of RGB (Red+Green+Blue) = 168+139+45=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88B2D is #5774D2. Grayscale: #898989. Windows color (decimal): -5731539 or 2984872. OLE color: 2984872.

HSL color Cylindrical-coordinate representation of color #A88B2D: hue angle of 45.85º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A88B2D is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 139 45 -
CMYK 0 0.17 0.73 0.34
HSL 45.85º 0.58% 0.42% -
HSV(B) 45.85º 0.73% 0.66% -
XYZ 25.85 26.98 6.33 -
YUV 136.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 168 139 45 0 0.17 0.73 0.34 45.85 0.58 0.42
Hex A8 8B 2D 0 11 49 22 2E 3A 2A
Octal 250 213 55 0 21 111 42 56 72 52
Binary 10101000 10001011 101101 0 10001 1001001 100010 101110 111010 101010

Color Harmonies of #A88B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B2D

Black with #A88B2D

Text Example


Text Example

White with #A88B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B2D; }

 p { color: rgb(168,139,45); }

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

background-color css

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

 a { background-color: rgb(168,139,45); }

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

border-color css

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

 span { border-color: rgb(168,139,45); }

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